#include "export.h"
Go to the source code of this file.
Classes | |
struct | point2 |
struct | rectangle |
Typedefs | |
typedef struct point2 | point2 |
typedef struct rectangle | rectangle |
Functions | |
EXPORT_SYM point2 | create_point2 (int x, int y) |
EXPORT_SYM rectangle | create_rectangle (int ulx, int uly, int width, int height) |
EXPORT_SYM point2 create_point2 | ( | int | x, |
int | y | ||
) |
Referenced by Point2< unsigned >::toCPoint2().
EXPORT_SYM rectangle create_rectangle | ( | int | ulx, |
int | uly, | ||
int | width, | ||
int | height | ||
) |
Referenced by Rect< unsigned >::toCRectangle().